home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / SHARED.DIR / 00777_PANIC BUTTON-8.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  272 b   |  14 lines

  1. on mouseUp
  2.   global move, CONTROLWINDOW
  3.   sound playFile 2, "flewdid.AIF"
  4.   set move to 1
  5.   sound stop 1
  6.   sound stop 2
  7.   CLEANUP()
  8.   tell the stage
  9.     play frame "open" of movie "PANIC.DIR"
  10.   end tell
  11.   set CONTROLWINDOW to window "CONTROLS"
  12.   forget(CONTROLWINDOW)
  13. end
  14.